home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Headers / bsd / dev / i386 / BasicConsole.h next >
Encoding:
C/C++ Source or Header  |  1993-04-30  |  684 b   |  24 lines

  1. /*     Copyright (c) 1992 NeXT Computer, Inc.  All rights reserved. 
  2.  *
  3.  * BasicConsole.c - VGA based console definitions.
  4.  *
  5.  *
  6.  * HISTORY
  7.  * 15 Sep 92    Joe Pasqua
  8.  *      Created. 
  9.  */
  10.  
  11. // Notes:
  12. // * This module is the interface to a console implementation that writes
  13. //   to a [CEV]GA in character mode. See ConsoleSupport.h for details.
  14. // * The km driver should be the only client of this interface. It will
  15. //   allocate a VGAConsole object initially using this mechanism. It will
  16. //   get console objects for the rest of the displays using a method
  17. //   in the display's class.
  18.  
  19. #import    <mach/boolean.h>
  20. #import    "ConsoleSupport.h"
  21.  
  22. extern IOConsoleInfo *BasicAllocateConsole();
  23.  
  24.